home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_281 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  270 b   |  13 lines

  1. on(release){
  2.    if(_parent.content._visible == false)
  3.    {
  4.       _parent.content._visible = true;
  5.       _root.sectionlist.but.bt.enabled = false;
  6.    }
  7.    else
  8.    {
  9.       _parent.content._visible = false;
  10.       _root.sectionlist.but.bt.enabled = true;
  11.    }
  12. }
  13.